CSE 2231 Glossary
Doubly-Linked List
Data structure that is essentially the same as a Singly-Linked List, but stores a Reference to the previous node in the list in addition to the reference to the next.
Data structure that is essentially the same as a Singly-Linked List, but stores a Reference to the previous node in the list in addition to the reference to the next.